<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
 * äºŒçº§é¡µ
 * author: chenzp;
 * date:2018-07-11
 */

/* æ­£æ–‡ */

/* å½“å‰ä½ç½® */

.ewb-local{
	padding-left: 28px;
	height: 58px;
	line-height: 58px;
	color: #666;
	background: url('../images/local_icon.png') no-repeat left center;
}

.ewb-local a{
	color: #666;
}

/* å·¦ä¾§æ&nbsp;‘ */

.ewb-tree-hd{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	background: url('../images/tree_icon.png') no-repeat 67px center #26884a;
}

.ewb-tree-hd a{
	display: block;
	color: #fff;
	background: url('../images/tree_img.jpg') no-repeat right top;
}

.wb-tree-items{
	position: relative;
}

.wb-tree-node{
	display: block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	background: url('../images/tree_dot.png') no-repeat 75px 23px #f3fef7;
	border: 1px solid #c7e1ce;
	border-top: 0;
    cursor: pointer;
}

.wb-tree-node a{
    color: #666;
}

.wb-tree-iconr{
	position: absolute;
	top: 20px;
	right: 30px;
	display: block;
	width: 7px;
	height: 12px;
	background: url('../images/tree_arrow.png') no-repeat center;
	display: none;
}

.current .wb-tree-node{
	border: 1px solid #23b458;
	border-top: 0;
	background: url('../images/tree_doth.png') no-repeat 75px 23px #23b458;
}

.current .wb-tree-tt{
    color: #fff;
}

.wb-tree-sub{
    display: none;
    padding: 10px 0;
    border: 1px solid #c7e1ce;
    border-top: 0;
}

.wb-tree-item{
    height: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.wb-tree-item a{
    color: #666;
}

.wb-tree-item:hover{
    background: #23b458;
}

.wb-tree-item:hover a{
    color: #fff;
}

.current .wb-tree-iconr{
	display: block;
}

.current .wb-tree-sub{
    display: block;
}

/* å³ä¾§ */

.ewb-info-hd{
	/*width: 510px;*/
	width: 100%;
	height: 37px;
	border-bottom: 1px solid #ebebeb;
}

.ewb-info-tt{
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #26884a;
	border-bottom: 2px solid #26884a;
}

.ewb-info-bd&gt;ul{
	padding-top: 9px;
}

/* åˆ†é¡µ */

.ewb-page {
    text-align: center;
    font-size: 0;
}

.ewb-page-items {
    margin-top: 15px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.ewb-page-li&gt;a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current&gt;a {
    border: 1px solid transparent;
    color: #1269c0;
}

.ewb-page-li.ewb-page-noborder&gt;span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num&gt;span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-hover&gt;a {
    font-family: "Simsun";
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover&gt;a,
.ewb-page-go:hover&gt;a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go&gt;a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto&gt;span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis&gt;span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}</pre></body></html>